Tag Archives: framework

Remove index.php from CodeIgniter URL Path using

Nov 15, 2013

If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..

Read more

How to Design a Two Column Layout

Oct 30, 2013

There are many ways to design a two column layout using Cascading Style Sheets (CSS). This article takes you through the steps of using one..

Read more

check and uncheck checkbox using JQuery.

Sep 27, 2013

In this post, you will learn how to check and uncheck checkbox using JQuery. Example html form <form>     <input type=“checkbox” name=“city” id=“city” value=“Newyork” />..

Read more

How to check whether mod_rewrite module is

Sep 26, 2013

How to check whether mod_rewrite module is enabled/loaded or not in Apache There are lots of techniques to check this but below is very simple..

Read more

Hide and Show a Div Using Javascript

Sep 16, 2013

Hi all here we going to see  how to create a hidden Div and display it with the click of a button. Actually there is..

Read more

Best PHP Framework 2013

May 23, 2013

PHP frameworks help you to write clean and reusable code. It follows the MVC pattern, ensuring a clear separation of logic and presentation. But there..

Read more